Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

smptetime(3) [debian man page]

SMPTETime(3)							    libltcsmpte 						      SMPTETime(3)

NAME
SMPTETime - Human readable time representation. SYNOPSIS
#include <ltcsmpte.h> Data Fields char timezone [6] unsigned char years unsigned char months unsigned char days unsigned char hours unsigned char mins unsigned char secs unsigned char frame Detailed Description Human readable time representation. Examples: tests/decoder.c, and tests/encoder.c. Definition at line 179 of file ltcsmpte.h. Field Documentation unsigned char SMPTETime::days Examples: tests/decoder.c, and tests/encoder.c. Definition at line 184 of file ltcsmpte.h. unsigned char SMPTETime::frame Examples: tests/decoder.c, and tests/encoder.c. Definition at line 189 of file ltcsmpte.h. unsigned char SMPTETime::hours Examples: tests/decoder.c, and tests/encoder.c. Definition at line 186 of file ltcsmpte.h. unsigned char SMPTETime::mins Examples: tests/decoder.c, and tests/encoder.c. Definition at line 187 of file ltcsmpte.h. unsigned char SMPTETime::months Examples: tests/decoder.c, and tests/encoder.c. Definition at line 183 of file ltcsmpte.h. unsigned char SMPTETime::secs Examples: tests/decoder.c, and tests/encoder.c. Definition at line 188 of file ltcsmpte.h. char SMPTETime::timezone[6] Examples: tests/decoder.c, and tests/encoder.c. Definition at line 181 of file ltcsmpte.h. unsigned char SMPTETime::years Examples: tests/decoder.c, and tests/encoder.c. Definition at line 182 of file ltcsmpte.h. Author Generated automatically by Doxygen for libltcsmpte from the source code. Version 0.4.4 Fri Apr 27 2012 SMPTETime(3)

Check Out this Related Man Page

caca_conio_text_info(3caca)					      libcaca					       caca_conio_text_info(3caca)

NAME
caca_conio_text_info - DOS text area information. SYNOPSIS
Data Fields unsigned char winleft unsigned char wintop unsigned char winright unsigned char winbottom unsigned char attribute unsigned char normattr unsigned char currmode unsigned char screenheight unsigned char screenwidth unsigned char curx unsigned char cury Detailed Description This structure stores text area information for the DOS conio.h compatibility layer. Field Documentation unsigned char caca_conio_text_info::winleft left window coordinate unsigned char caca_conio_text_info::wintop top window coordinate unsigned char caca_conio_text_info::winright right window coordinate unsigned char caca_conio_text_info::winbottom bottom window coordinate unsigned char caca_conio_text_info::attribute text attribute unsigned char caca_conio_text_info::normattr normal attribute unsigned char caca_conio_text_info::currmode current video mode: BW40, BW80, C40, C80, or C4350 unsigned char caca_conio_text_info::screenheight text screen's height unsigned char caca_conio_text_info::screenwidth text screen's width unsigned char caca_conio_text_info::curx x-coordinate in current window unsigned char caca_conio_text_info::cury y-coordinate in current window Author Generated automatically by Doxygen for libcaca from the source code. Version 0.99.beta18 Fri Apr 6 2012 caca_conio_text_info(3caca)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

core file decoder needed

All, Remotely logged in to the UNIX server (HP B1000 Visual Server) (Version HP-UX 10.20) by using the program Xapplauncher. This is a application runs under Exceed. (Exceed "version 6.1" is a Windows application to communicate with UNIX servers) With no pre warnings the application was... (2 Replies)
Discussion started by: pbekker
2 Replies

2. Programming

Could anyone help me?

Hi, I'm a new member here. Can anyone tell me what DDF(Data Definition File) is? Could you give me a brief example of DDF file? and how is it implemented in C? Any suggestion wil be appreciated. Thank's :) (4 Replies)
Discussion started by: qqq
4 Replies

3. UNIX for Dummies Questions & Answers

files created within last 10 mins

Any simple 1 liners to check a directory to see if a file was created within the last 10 mins? (5 Replies)
Discussion started by: frustrated1
5 Replies

4. UNIX for Advanced & Expert Users

what is the difference between @# and @*?

hi please provide some Examples.. Thanks in advance (6 Replies)
Discussion started by: rochitsharma
6 Replies

5. UNIX for Dummies Questions & Answers

command to run a command after 30 mins

how to schedule a command to run after 30 mins ? (3 Replies)
Discussion started by: gridview
3 Replies

6. Shell Programming and Scripting

mathmatical expression

Hi All, How can I execute the below statement using an awk or "expr"?? time=14400 hours=2 mins=160 secs=`expr((((time/ 3600) - hours) * 60) - mins) * 60 Thanks in advance JS (5 Replies)
Discussion started by: jisha
5 Replies

7. UNIX for Dummies Questions & Answers

SimpleAWK Examples

Can Anyone please give me some simple AWK Examples to clearly understand the usage and syntax of the command. Thanks (2 Replies)
Discussion started by: unxusr123
2 Replies

8. Shell Programming and Scripting

*/5 not working in AIX

Hi Guys, I tried to schedule a script for every 5 mins. i tried */5 but it is not working. Is writing every 5 mins is the only way to do it? like below 05,10,15,20,25,30,35,40,45,50,55 05-08 Thanks And Regards, Magesh (11 Replies)
Discussion started by: mac4rfree
11 Replies

9. UNIX for Dummies Questions & Answers

copying an encoder

Dear all, I'm using an encoder to encode a binary format file into text format file, so i have to use it in another machine....so how can i take a copy of that encoder to it, i tried to copy the decoder file but it didn't work. can anyone please help me? thanks a lot in advance. (6 Replies)
Discussion started by: m_wassal
6 Replies

10. Shell Programming and Scripting

Status code checker for 1300 URLs is running 15 mins

hi All, I wrote a shell script for checking the status code of the pages. for 1300 URLs, it is taking 15 mins to run. Can anyone pls provide a solution to make the script to run faster. about 5 mins.. In my script i used "while loop" and "wget --server-response". Thank You! (16 Replies)
Discussion started by: vidhyaS
16 Replies

11. Programming

Adding information to c file using perl

Hi, I have c file which contains more number of tests. two or more tests in one c file. I have the XMl data regarding tests. i need to add this xml data to c file at before the test. I know which file having which test and i created hash table for that. so the problem is i have to add information... (13 Replies)
Discussion started by: veerubiji
13 Replies

12. Shell Programming and Scripting

crontab question

If I want to run a process every 30 mins except for 3-4 where I want to run every 5 mins I know I can do this with 3 entries. 30 5-23 * * * "echo "Hello" 30 0-3 * * * "echo "Hello" 5,10,15,20,25,30,35,40,45,50,55 3-4, * * * "echo Hello" Can this be done with less entries (4 Replies)
Discussion started by: BeefStu
4 Replies

13. Shell Programming and Scripting

tail for 15 mins

Hi, I want to write a script which will tail a particular file for 15 mins and then sleep for 10 mins and again tail for 15 mins. This cycle will go on for a limited period of time. How can i ensure that tail command will run for 15 mins before calling sleep command Thanks (6 Replies)
Discussion started by: @bhi
6 Replies

14. HP-UX

Problem with RP3440

One of our customers has a RP3440 running HPUX 11.11. It has run without a problem for 7 years. Now, today a telnet connection takes at least 5 mins to connect. Id I logon to the console I can't ping localhost or the server name, even though both are in the /etc/hosts. Can ping the ip addresses.... (7 Replies)
Discussion started by: Richard_Davies
7 Replies

15. Shell Programming and Scripting

Find the owner user of each folder in a list

Hello I have a file containing the list of different folders like this file_list.txt: /s8/tests/test1 /s8/tests/tests/test2 /s8/tests/test2 /s8/tests/tests/test2/test5 I want a script to put the owner user of each folder in front of it in the text file. So the reult would become... (5 Replies)
Discussion started by: Johanni
5 Replies